home *** CD-ROM | disk | FTP | other *** search
-
-
-
- panic C Library Procedures panic
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- panic - Print error message and kill process
-
- SSYYNNOOPPSSIISS
- vvooiidd
- ppaanniicc((_f_o_r_m_a_t,, _a_r_g,, _a_r_g,, ......))
-
- AARRGGUUMMEENNTTSS
- char *_f_o_r_m_a_t (in) Format string for error message
- to print.
-
- ?? arg _i_n Optional additional arguments
- providing information to print.
-
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- PPaanniicc prints an error message on the standard error file and
- then kills the process by calling aabboorrtt. The _f_o_r_m_a_t and _a_r_g
- arguments control the printing of the message just as if
- they had been passed to pprriinnttff.
-
-
- KKEEYYWWOORRDDSS
- abort, error, message, panic
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v.1.0 Printed: February 14, 1989 1
-
-
-
-